gnus.el (gnus-interactive-exit): Update defcustom spec.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 12 Sep 2011 09:12:46 +0000 (09:12 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 12 Sep 2011 09:12:46 +0000 (09:12 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus.el

index 2192dcb2e3993a5ab9bded17ce9bf21d1fca45cd..49b02d6a734da6793a32d766262aa92ee2f0ed82 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-interactive-exit): Update defcustom spec.
+
 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
index 3dfbc8628375cb586fadff12ece914469c84d7b7..924d974eb3c406de1bffd108ce2d33e093f7a1ed 100644 (file)
@@ -1588,7 +1588,8 @@ commands will still require prompting."
 If `quiet', update any active summary buffers automatically
 first before exiting."
   :group 'gnus-exit
-  :type 'boolean)
+  :type '(choice boolean
+                (const quiet)))
 
 (defcustom gnus-extract-address-components 'gnus-extract-address-components
   "*Function for extracting address components from a From header.